home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineSprite_1414 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  229 b   |  13 lines

  1. if(eval("/Variables:PositionCageHaut") eq "Pos1" or eval("/Variables:PositionCageHaut") eq "Pos3")
  2. {
  3.    stop();
  4. }
  5. else if(eval("/Variables:PositionCageHaut") eq "Pos2")
  6. {
  7.    nextFrame();
  8. }
  9. else
  10. {
  11.    gotoAndStop(3);
  12. }
  13.